Update a Tenant
{ updateTenant }
Updates tenant to the system.
Method
/API3/access/updateTenant
- Enterprise Admin
Input Parameters
Name
updateTenant
Object Type
Description
The folder for a tenant object.
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Generic API response object with success or failure flag and related messages.
Notes
Tenants are relevant in multi-tenant deployments and must be enabled in the admin console to take effect.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP